Where should i store data table [ViewState/ Session/ Catch]

Posted by Hemant Kothiyal on Stack Overflow See other posts from Stack Overflow or by Hemant Kothiyal
Published on 2010-04-21T10:13:11Z Indexed on 2010/04/21 10:43 UTC
Read the original article Hit count: 157

Filed under:
|

Hi I have datatable having around 10 thousand rows.

I would like to store this data once for aspx page. When use select different options in page data would be further select from already stored datatable.

I then tried solution using ViewState, but as soon as data grow beyond 100 rows, performance degrade.

Where should i store data please help?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about caching